home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / DirectShow_WinXP / VMR / TxtPlayer / project.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-10-08  |  598 b   |  17 lines

  1. //------------------------------------------------------------------------------
  2. // File: project.h
  3. //
  4. // Desc: DirectShow sample code - header file for TxtPlayer sample
  5. //       Master header file that includes all the other header files used by the
  6. //       project.  This enables compiled headers to work using build.
  7. //
  8. // Copyright (c) 1994 - 2001, Microsoft Corporation.  All rights reserved.
  9. //------------------------------------------------------------------------------
  10.  
  11. #include "app.h"
  12. #include "vcdplyer.h"
  13. #include "resource.h"
  14.  
  15. #include <strmif.h>
  16. #include <uuids.h>
  17.